.main-nav .home-btn,
.breadcrumbs {
    display: none;
}


/* Hide the home link - Not required on the homepage */

.home-link {
    pointer-events: none;
}

.page-title {
    display: none;
    background: none;
}


/* Scrolling Banner
=================== */

.banner-wrap::before,
.banner-wrap::after {
    position: absolute;
    top: 0;
    /*content: '\0041';*/
    display: block;
    width: 45px;
    z-index: 20;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    line-height: 40px;
    background: #FFA500;
}

.banner-wrap::before {
    left: 0;
}

.banner-wrap::after {
    right: 0;
}

.scrolling-banner {
    position: relative;
    width: 100%;
    color: #fff;
    cursor: default;
    line-height: 40px;
    font-size: 1.8rem;
}


/* CP quicklinks 
================*/

.cp-quicklinks {
    text-align: center;
    font-size: 0;
}

.cp-quicklinks li,
.cp-quicklinks li span {
    display: inline-block;
    vertical-align: middle;
}

.cp-quicklinks li span:nth-of-type(2) {
    color: #FFA500;
    font-size: 2.4rem;
    font-weight: 700;
    transition: ease 0.2s color;
    margin-left: 10px;
}

.cp-quicklinks li .cp-font-icon {
    position: relative;
    font-size: 2.3rem;
    transition: ease 0.2s transform;
}

.cp-quicklinks li:nth-child(1) span:nth-of-type(1) {
    color: #FFA500;
}

.cp-quicklinks li:nth-child(2) span:nth-of-type(1) {
    color: #c22326;
}

.cp-quicklinks li:nth-child(3) span:nth-of-type(1) {
    color: #4baf4f;
}

.cp-quicklinks li:nth-child(4) span:nth-of-type(1) {
    color: #6a009c;
}

.cp-quicklinks li:focus .cp-font-icon,
.cp-quicklinks li:hover .cp-font-icon {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cp-quicklinks li:focus span:last-child,
.cp-quicklinks li:hover span:last-child {
    color: #368941;
}


/* Hit Counter
==============*/

.hit-counter {
    background: #f7f7f7;
    font-size: 1.4rem;
    color: #FFA500;
    padding: 0 8px;
}

.hit-counter-digit {
    color: #FFA500;
    font-size: 1.6rem;
    font-weight: bold;
}

.hit-counter-digit:not(:first-child) {
    margin-left: -2px;
}


/* Home Text
=============*/

.home-text .home-wrap {
    border: 4px solid #ffbb00d7;
    padding: 20px 10px 14px;
    border-radius: 15px;
}

.home-text h2 {
    font-family: 'Roboto Slab', 'Hoefler Text', Constantia, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
    font-size: 2rem;
    color: #FFA500;
    line-height: 1.1;
    margin-bottom: 10px;
}

.home-text p {
    font-size: 1.8rem;
    line-height: 1.7rem;
    font-style: italic;
    color: #FFA500;
}

.home-text a {
    position: relative;
    display: inline-block;
    width: 340px;
    height: 49px;
    background: #FFA500;
    transition: ease 0.2s background;
    border-radius: 10px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 49px;
    color: #fff!important;
    margin-top: 12px;
}

.home-text a:focus,
.home-text a:hover,
.read-more a:focus,
.read-more a:hover {
    background: #FFA500;
}

.home-text a span {
    display: inline-block;
    vertical-align: middle;
}

.home-text a .cp-font-icon,
.read-more a .cp-font-icon {
    font-size: 2.2rem;
    margin-left: 21px;
}


/* Attendance
=============*/

.attendance {
    text-align: center;
    overflow: hidden;
}

.cp-attendance {
    width: 234px;
    display: inline-block;
    vertical-align: middle;
}

.cp-attendance:nth-of-type(1) ul li:nth-of-type(1) {
    background: #FFA500;
}

.punctuality-block .cp-attendance:nth-of-type(1) ul li:nth-of-type(1) {
    background: #4baf4f;
}

.cp-attendance:nth-of-type(1) ul li:nth-of-type(1) span {
    color: #fff;
    width: 100%;
    padding-left: 20px;
}

.cp-attendance ul li {
    font-size: 0;
    height: 45px;
    margin-bottom: 9px;
    background: #dadef2;
    border-radius: 8px;
    box-sizing: border-box;
    padding-right: 0px;
}

.cp-attendance ul li:last-child {
    margin-bottom: 0;
}

.cp-attendance ul li span {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    font-size: 1.8rem;
    line-height: 45px;
}

.cp-attendance ul li span:nth-of-type(1) {
    width: calc(100% - 100px);
    font-weight: 700;
    font-family: 'Roboto Slab', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, sans-serif;
    color: #FFA500;
    box-sizing: border-box;
    text-align: left;
}

.cp-attendance ul li span:nth-of-type(2) {
    width: 71px;
    height: 45px;
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
    color: #FFA500;
    font-family: 'Roboto Slab', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* Overall Attendance
==================== */

.overall-attendance {
    display: inline-block;
    vertical-align: middle;
    width: 191px;
    margin: 0 19px;
}

.attendance-circle .circle-bg {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17rem;
}

.attendance-circle {
    position: relative;
    box-sizing: border-box;
    border: 19px solid #FFA500;
    border-radius: 100%;
    margin: 0 auto;
    width: 171px;
    height: 170px;
    padding-top: 44px;
}

.attendance-circle span:nth-child(2) {
    font-family: 'Roboto Slab', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, sans-serif;
    color: #FFA500;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.attendance-circle span:nth-child(3) {
    font-family: 'Roboto Slab', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, sans-serif;
    display: block;
    font-size: 3.2rem;
    line-height: 1;
    color: #000;
    font-weight: 700;
    height: 32px;
    width: 105px;
    margin: 0 auto;
    overflow: hidden;
}

.overall-attendance h2 {
    font-family: 'Roboto Slab', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, sans-serif;
    font-size: 3.2rem;
    color: #010101;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    margin-bottom: 20px;
}


/* Noticeboard / Calendar Dates
=============================== */

.updates-area h2 {
    padding-bottom: 5px;
}

.updates-area h2 a {
    display: block;
    text-align: center;
}

.updates-area ul {
    list-style: none;
    list-style-position: outside;
}

.updates-area li {
    position: relative;
    text-align: center;
}

.updates-area a {
    display: block;
    line-height: 1.7;
}

.updates-area li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ps_activity_compact-author {
    display: none;
}

.ps_activity_compact-date,
.ps_date {
    display: block;
    padding-bottom: 8px;
    line-height: 1.3;
}

.ps_event {
    position: relative;
    min-height: 1px;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: none;
}


/* House Points
=============== */

.house-points-list {
    list-style: none;
}

.housename {
    display: block;
}


/* House Points
===============*/

.house-points {
    font-family: 'Roboto Slab', 'Hoefler Text', Constantia, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
}

.house-points .housenumber {
    font-size: 3.2rem;
    display: block;
    width: 71px;
    margin: 0 auto;
    overflow: hidden;
    height: 35px;
}

.house-points li {
    width: 170px;
    height: 170px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 100%;
    border: 18px solid #fff;
}

.house-points li:nth-child(1) {
    border-color: #b70003;
}

.house-points li:nth-child(2) {
    border-color: #ffd300;
}

.house-points li:nth-child(3) {
    border-color: #FFA500;
}

.house-points li:nth-child(4) {
    border-color: #4aae4f;
}